'Usage
Dim instance As SparseArray(Of T) Dim index As Integer Dim count As Integer instance.RemoveRange(index, count)
Parameters
- index
- Specifies the index of the first item to remove, and must be greater than or equal to 0 and less than Length, or an IndexOutOfRangeException is thrown.
- count
- Specifies the number of null items to remove, and must be greater than 0 and less than Length - index, or an ArgumentOutOfRangeException is thrown.